home *** CD-ROM | disk | FTP | other *** search
/ What PC? 2000 May / What PC May 2000 / wpcmay00.iso / DXRS / Glossary.cxt / 00036_Field_Array .txt < prev    next >
Text File  |  2000-03-08  |  320b  |  1 lines

  1. A list or table of data items. Each element is identified by a number that shows its position in the array. For example, a program might use an array to hold tax rates. Element 1 might hold the percentage for the first tax band, element 2 for the second tax band, and so on. Arrays are a central feature of programming.